Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new “Configuration” section in the README that directs users to the remote server setup documentation.
- Adds a “Configuration” heading under the remote server note
- Links to the remote-server.md doc for remote GitHub MCP Server setup
Comments suppressed due to low confidence (1)
README.md:52
- The relative link uses
../docs/remote-server.md, which may be incorrect from the repository root. It should point todocs/remote-server.mdso the link resolves correctly.
Configuring the remote GitHub MCP Server differs from the local version, see: [Remote Server Documentation](../docs/remote-server.md).
jww3
previously approved these changes
Jun 13, 2025
jww3
reviewed
Jun 13, 2025
Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Contributor
Author
|
@jww3 my bad ❤️, verified it, the new path works |
nickytonline
pushed a commit
to nickytonline/github-mcp-http
that referenced
this pull request
Oct 4, 2025
* point to remote config docs * adding clarification and pointing to remote config * Update README.md Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com> --------- Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the acces to the remote server and the startup differs, the configuration is handled differently than with the local version. Make sure to point that out.